ChatListTopAppBar

fun ChatListTopAppBar(openDrawer: () -> Unit, onNavigateToChatbot: () -> Unit)

Composable function for the top app bar on the chat list screen.

This app bar includes:

Parameters

openDrawer

Lambda function to open the navigation drawer when the menu icon is clicked.

onNavigateToChatbot

Lambda function to navigate to the chatbot screen when the button is clicked.